Gets the element with the specified key if any.
'宣言
Public Overloads Shadows ReadOnly Property Item( _
ByVal As System.Guid _
) As
public new Item(
System.Guid
) {get;}
パラメータ
- key
- The key of the element to get.
プロパティ値
The element with the specified key. If an element with the specified key is not found, return null.